-
Notifications
You must be signed in to change notification settings - Fork 9
Add table describing known analytics #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@cap10morgan I think there is probably a lot you could add here with the work you have done on analytics. Does this seem like the right direction to go with this? |
I'll look it over today and see what I can add. Looks like a great start, though! |
Ethan-Arrowood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally lgtm. nice work! is this needed on 4.6?
| | `mqtt-connections` | | | | | The number of open direct MQTT connections | | ||
| | `ws-connections` | | | | | number of open WS connections| | ||
| | `connection` | `mqtt` | `connect` | | | percentage of successful direct MQTT connections | | ||
| | `connection` | `mqtt` | `disconnect` | | | percentage of explicit direct MQTT disconnects | | ||
| | `connection` | `ws` | `connect` | | | percentage of successful WS connections | | ||
| | `connection` | `ws` | `disconnect` | | | percentage of explicit WS disconnects | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing units here. I assume count and % ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems right to me. I'll add those.
Yes I think so. I copied it over there in a299e1d |
Co-authored-by: Chris Barber <[email protected]>
No description provided.